home *** CD-ROM | disk | FTP | other *** search
/ Codemasters Artwork Disc ECTS 2000 ( UK) / Codemasters - Artwork Disc ECTS 2000 (UK).bin / pc / main.dxr / 00049_octagon set game.ls < prev    next >
Encoding:
Text File  |  2000-01-01  |  305 b   |  13 lines

  1. on mouseUp me
  2.   global gTitle
  3.   i = the currentSpriteNum
  4.   i = i + 1
  5.   gTitle = member(sprite(i).member).name
  6.   if the machineType <> 256 then
  7.     castLib(3).fileName = the moviePath & "data:" & gTitle & "c"
  8.   else
  9.     castLib(3).fileName = the moviePath & "data/" & gTitle & "c"
  10.   end if
  11.   go("prL")
  12. end
  13.